helpers
Class LoginLogoutResultsHelper

java.lang.Object
  extended by helpers.LoginLogoutResultsHelper

public class LoginLogoutResultsHelper
extends java.lang.Object

Helper class to a extract data from the LoginLogoutResults object


Field Summary
(package private)  Response response
           
 
Constructor Summary
LoginLogoutResultsHelper(Response response)
          Initialize with the response to be parsed
 
Method Summary
 java.lang.String getError()
           
 boolean hasFailure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

Response response
Constructor Detail

LoginLogoutResultsHelper

public LoginLogoutResultsHelper(Response response)
Initialize with the response to be parsed

Parameters:
response -
Method Detail

hasFailure

public boolean hasFailure()
Returns:
returns true if the response indicates a failure

getError

public java.lang.String getError()
Returns:
error information